home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November / PCWK1103B.iso / PCWK-txt / Antyspam / Spam Buster 1.95 / spambuster195.exe / %MAINDIR% / spamBuster.exe / 0 / RCDATA / TWWRICHTABDIALOG / TWWRICHTABDIALOG.txt
Encoding:
Text File  |  2002-03-14  |  1.7 KB  |  92 lines

  1. object wwRichTabDialog: TwwRichTabDialog
  2.   Left = 407
  3.   Top = 313
  4.   BorderStyle = bsDialog
  5.   Caption = 'Tabs'
  6.   ClientHeight = 192
  7.   ClientWidth = 257
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object OKButton: TButton
  17.     Left = 175
  18.     Top = 12
  19.     Width = 75
  20.     Height = 25
  21.     Caption = '&OK'
  22.     Default = True
  23.     ModalResult = 1
  24.     TabOrder = 1
  25.     OnClick = OKButtonClick
  26.   end
  27.   object GroupBox1: TGroupBox
  28.     Left = 8
  29.     Top = 8
  30.     Width = 160
  31.     Height = 177
  32.     Caption = '&Tab Stop Position'
  33.     TabOrder = 0
  34.     object Edit1: TEdit
  35.       Left = 8
  36.       Top = 20
  37.       Width = 142
  38.       Height = 21
  39.       TabOrder = 0
  40.       OnEnter = Edit1Enter
  41.       OnExit = Edit1Exit
  42.       OnKeyPress = Edit1KeyPress
  43.     end
  44.     object ListBox1: TListBox
  45.       Left = 8
  46.       Top = 43
  47.       Width = 142
  48.       Height = 97
  49.       ItemHeight = 13
  50.       MultiSelect = True
  51.       TabOrder = 1
  52.     end
  53.     object Button1: TButton
  54.       Left = 8
  55.       Top = 146
  56.       Width = 67
  57.       Height = 25
  58.       Caption = '&Set'
  59.       TabOrder = 2
  60.       OnClick = SetButtonClick
  61.     end
  62.     object Button2: TButton
  63.       Left = 82
  64.       Top = 146
  65.       Width = 67
  66.       Height = 25
  67.       Caption = 'Cl&ear'
  68.       TabOrder = 3
  69.       OnClick = Button2Click
  70.     end
  71.   end
  72.   object Button3: TButton
  73.     Left = 176
  74.     Top = 44
  75.     Width = 75
  76.     Height = 25
  77.     Cancel = True
  78.     Caption = 'Cancel'
  79.     ModalResult = 2
  80.     TabOrder = 2
  81.   end
  82.   object Button4: TButton
  83.     Left = 176
  84.     Top = 152
  85.     Width = 75
  86.     Height = 25
  87.     Caption = 'Clear A&ll'
  88.     TabOrder = 3
  89.     OnClick = Button4Click
  90.   end
  91. end
  92.